home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 1 / BBS in a box - Trilogy I.iso / Files / Publish / J-L / lpr / lpr source / sample.r < prev    next >
Encoding:
Text File  |  1991-03-21  |  272 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.  * Sample RMaker file for adding resources to lpr
  3.  * todefine a default TCP/IP hostand a default printer.
  4.  */
  5.  
  6. type 'hnam' {
  7.         pstring;
  8. };
  9.  
  10. type 'hprt' {
  11.         pstring;
  12. };
  13.  
  14. resource 'hnam' (0, preload) {
  15.     "Brownvm.Brown.Edu"
  16. };
  17.  
  18. resource 'hprt' (0, preload) {
  19.     "X4050"
  20. };
  21.